body{
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
}
.cc{
    width: 100%;
    display: flex;
    justify-content: center;
}
.impressum{
    font-weight: bold;
}
.copyright{
    text-align: center;
}
.placeholder{
    min-height: 100%;
}
.header{
    height: 100px;
    background-color: #6ecfab;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.title{
    font-size: 22pt;
    font-weight: 600;
}
.subtitle{
    font-style: italic;
    font-weight: 400;
}
.zeile{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.point{
    width: 44%;
    margin: 20px;
    padding: 22px;
    color: black;
    font-weight: 800;
    font-size: 18px;
    max-width: 640px;
}
.imagecontainer{
    height: 110px;
    width: 100%;
    overflow: hidden;
    max-width: 640px;
    position: relative;
}
.quiz_universal.desktop{
    width: 100%!important;
    height: 100%!important;
}
.infotext{
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.titleoverlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #a29e9e;
    opacity: 0.8;
    margin-left: -12px;
}

.imagecontainer img{
    width: 100%;
    height: 100%;
    margin-top: ;
    position: relative;
}

.titlecontainer{
    background-color: #6ecfab;
    position: absolute;
    margin-top: -25px;
    width: auto;
    margin-left: 31px;
    padding-left: 12px;
    padding-right: 12px;
}
.titlecontainer.inactive{
    background-color: white;
}
.titlecontainer p{
    margin-top: 13px;
    margin-bottom: 13px;
}
.sub{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#subheader{
    font-family: 'Raleway', sans-serif;
    background-color: #6ecfab;
    padding: 5px;
}
.lefttitle{
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 600;
    padding: 5px 13px 5px 0;
}
.title2{
    font-size: 22pt;
    font-weight: 400;
}
.cross{
    font-size: 30px;
    font-weight: 600;
    color: black;
}
.subpoints{
    display: flex;
    padding: 20px;
    justify-content: center;
}
.subpoint{
    padding: 9px;
}
.subpoint a{
    font-weight: 600;
}
.sprungheader{
    background-color: #6ecfab;
    width: 185px;
    font-weight: 600;
    font-size: 1.25rem;
    color: white;
}
.sprungheader div{
    padding: 9px;
    color: white;
}
.sprungheader p{
    padding: 8px;
}
#marker-list{
    color: black!important;
    font-weight: 600;
    padding-top: 15px;
}
#marker-list li{
    /*-------------------------------*/
    list-style-position: outside;
    list-style-type: none;
    margin-left: 1em;
    text-indent: -6;
    /*-------------------------------*/
    padding: 5px;
}

/*-------------------------------*/
#marker-list li:before {
    content: "•";
    position: relative;
    left: -16px;
}
/*-------------------------------*/

.embed-responsive.quiz{
    width: 70%;
}
a{
    color: black!important;
}
#quiz.active{
    display: flex;
    justify-content: center;
}

iframe{
    box-sizing: unset!important;
}


.btn-primary{
    background-color: white!important;
    color: #6ecfab!important;
    border-radius: 0!important;
    box-shadow: none!important;
    border: solid!important;
}
.btn-primary:hover, .btn-primary.active{
    background-color: #6ecfab!important;
    color: white!important;
    border: solid #6ecfab!important;
}
a.inactive:hover{
    cursor: default;
}
.copyright{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    font-size: 0.8rem;
    flex-direction: column;
    align-items: center;
    padding-top: 55px;
}
.copyright.new{
    padding-top: 0;
}
.impressum:hover{
    text-decoration: underline;
}
.about{
    text-align: center;
    padding: 40px 50px 20px;
    font-weight: 600;
}
.color{
    display: flex;
    justify-content: center;
}
.color.for{
    margin-top: 20px;
}
.color p{
    background-color: #6ecfab;
    padding-top: 6px;
    padding-bottom: 6px;
    color: white;
    width: 200px;
}
.block{
    padding: 25px;
}
.block.last{
    padding-top: 0;
}
.menu{
    letter-spacing: 2.5px;
    width: 100%;
}
.conatinerforfooter{
    display: flex;
}
.medienzentrum{
    display: flex;
    justify-content: center;
}
.testklasse{
    height: 200px;
    width: 200px;
}
.block p{
    margin-bottom: 0;
}

.infotext {
    padding: 25px;
}

.block.last{
    padding-top: 0;
}
.title2.impress{
    margin-left: -50px;
}
.teamname{
    font-weight: 800;
}

.overlay{
    width: 100%;
    height: 100%;
}

.mainlist li{
    padding: 10px;
    list-style-position: outside;
}
.mainlist{
    font-weight: 600;
}
.sublist{
    padding-top: 12px;
}
.sublist li{
    padding: 5px;
}

.abstandFooter{
    width: 100%;
    height: calc(100% - 100px);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: -50;
}
.blackwhite{
    filter: grayscale(100%);
}

@media only screen
and (device-width : 375px)
and (device-height : 812px)
and (-webkit-device-pixel-ratio : 3) {
    .endo {
        font-size: 2em!important;
    }
    .col-md-4 a img{
        width: 65%;
        height: auto;
    }

    .abstand-zahntitle .col-md-2{
        width: auto!important;
        margin-top: 10px!important;
    }
    .abstand-zahntitle .col-md-10{
        width: 70%!important;
    }

    .abstand-2 .col-md-6{
        width: 50%!important;
    }

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
    .abstand-zahntitle .col-md-2{
        width: auto!important;
        margin-top: 10px!important;
    }
}

@media (max-width: 767px){
    #sprungmarken{
        padding-top: 20px;
    }
}
@media (min-width: 767px){
    .col-md-9{
        max-width: 70%;
    }
    .col-md-3{
        max-width: 30%;
    }
}

@media (max-width: 570px){
    .title2{
        font-size: 25px;

    }
    .title2.impress{
        margin-left: -26px;
    }
    .about{
        font-size: 14px;
    }
    .medienzentrum{
        flex-direction: column;
    }


}
@media (max-width: 570px){
    .title2{
        font-size: 18px;
    }
    .cross{
        font-size: 35px;
    }
    .lefttitle{
        margin: 0!important;
        padding: 0!important;
    }
}
@media (max-width: 1000px){
    .title{
        font-size: 20px;
    }
    .subtitle{
        font-size: 15px;
    }
    .point{
        font-size: 15px;
    }
    .imagecontainer img{
    }
}
@media (max-width: 1366px){
  .point{
      margin: 10px!important;
  }
}
@media (max-width: 900px){
   .point{
        font-size: 12px;
   }
}
@media (max-width: 760px){
    .zeile{
        flex-direction: column;
        align-items: center;
    }
    .point{
        width: 100%;
        font-size: 20px;
        margin: 30px;
    }
    .copyright{
        font-size: 0.5rem;
    }
    .imagecontainer img{
  
    }

}
@media (max-width: 540px){
    .point{
        font-size: 15px;
    }

}
@media (max-width: 425px){
    .point{
        font-size: 12px;
        margin: 0!important;
    }
    .title{
        font-size: 18px;
    }
    .title2{
        font-size: 14px;
    }
    .subpoints{
        padding-left: 2px;
        padding-right: 2px;
    }
    .subpoint{
        padding: 6px;
    }
    .subpoint a{
        font-size: 17px;
    }
    .lefttitle, .cross{
        font-size: 20px;
    }
    .title2.impress{
        margin-left: -20px;
    }
    .about{
        font-size: 12px;
    }
    .embed-responsive.quiz{
        width: 120%!important;
        height: 450px;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
    .point{
        margin: 10px;
    }
}